home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / wild / demos / misc / loadsave / readme < prev   
Text File  |  1999-05-25  |  961b  |  16 lines

  1. That's a demo to show the load/save abilities of Wild. It can read a file (of a scene,
  2. so you can read simple.wabl (from SimpleWorld) or fountain.wabl (from FountainOfFire)
  3. and save it in another file format. The only load format now if WABL, and also the
  4. only SAVE one. The SAVE is still not perfect... it lacks textures/palette saving (coded,
  5. but not works) and some other things, so won't work perfectly if you overwrite the
  6. original file: you have to manually edit it.
  7. Also, obviously, ALL names,labels, are lost in the conversion: Wild re-generates the
  8. names, in a not very esotic way... if you had World/[DeeperUnderground], you will
  9. probably have in the saved one a World/[World000000A2] ...
  10.  
  11. 17/5/99: Now you can even use this demo to convert scene files from WABL to WSFF
  12. (and vice-versa), simply do: LoadSave WABL WSFF simple.wabl simple.wsff to convert
  13. the SimpleWorld's file (WABL) to WSFF. WSFF saving works perfectly, WABL has
  14. still some bugs...
  15.  
  16.